projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7198763
)
Check librsvg2 also for Mac Carbon.
author
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Thu, 23 Aug 2007 08:43:43 +0000
(08:43 +0000)
committer
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Thu, 23 Aug 2007 08:43:43 +0000
(08:43 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 4516cf00d6f1a0f03a501af23c29463447fc401a..6c3f41264b16b456daf8cf5b02e9b2ac1eb08560 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-2126,7
+2126,7
@@
fi
### Use -lrsvg-2 if available, unless `--with-rsvg=no' is specified.
HAVE_RSVG=no
-if test "${HAVE_X11}" = "yes"; then
+if test "${HAVE_X11}" = "yes"
|| test "${HAVE_CARBON}" = "yes"
; then
if test "${with_rsvg}" != "no"; then
dnl Check if `--with-pkg-config-prog' has been given.
if test "X${with_pkg_config_prog}" != X; then